#! /bin/sh

d=`date +%Y%m%d`
n=SAMsrcV3-$d
echo creating /tmp/$n.tgz
git archive --format=tar --prefix=SAMsrcV3/ release | gzip > /tmp/$n.tgz
